home *** CD-ROM | disk | FTP | other *** search
/ PC Gamer (Italian) 31 / PC Gamer IT CD 31 2-2.iso / utility / MIDWV221 / MidWavi.Exe / 0 / RCDATA / TFORM10 / TFORM10.txt
Text File  |  1998-04-08  |  3KB  |  143 lines

  1. object Form10: TForm10
  2.   Left = 315
  3.   Top = 123
  4.   BorderIcons = []
  5.   BorderStyle = bsSingle
  6.   Caption = 'MidWavi'
  7.   ClientHeight = 202
  8.   ClientWidth = 139
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object Label1: TLabel
  19.     Left = 5
  20.     Top = 4
  21.     Width = 129
  22.     Height = 41
  23.     AutoSize = False
  24.     Caption = 
  25.       'Select ALL files, NO files or any combination e.g. AVI and WAV o' +
  26.       'nly etc.'
  27.     Font.Charset = DEFAULT_CHARSET
  28.     Font.Color = clBlue
  29.     Font.Height = -11
  30.     Font.Name = 'MS Sans Serif'
  31.     Font.Style = []
  32.     ParentFont = False
  33.     WordWrap = True
  34.   end
  35.   object Label2: TLabel
  36.     Left = 72
  37.     Top = 96
  38.     Width = 49
  39.     Height = 15
  40.     Alignment = taRightJustify
  41.     AutoSize = False
  42.     Font.Charset = DEFAULT_CHARSET
  43.     Font.Color = clWindowText
  44.     Font.Height = -11
  45.     Font.Name = 'MS Sans Serif'
  46.     Font.Style = [fsBold]
  47.     ParentFont = False
  48.   end
  49.   object Label3: TLabel
  50.     Left = 72
  51.     Top = 120
  52.     Width = 49
  53.     Height = 17
  54.     Alignment = taRightJustify
  55.     AutoSize = False
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object Label4: TLabel
  64.     Left = 72
  65.     Top = 145
  66.     Width = 49
  67.     Height = 15
  68.     Alignment = taRightJustify
  69.     AutoSize = False
  70.     Font.Charset = DEFAULT_CHARSET
  71.     Font.Color = clWindowText
  72.     Font.Height = -11
  73.     Font.Name = 'MS Sans Serif'
  74.     Font.Style = [fsBold]
  75.     ParentFont = False
  76.   end
  77.   object CheckBox1: TCheckBox
  78.     Left = 19
  79.     Top = 48
  80.     Width = 110
  81.     Height = 17
  82.     Caption = '&ALL files selected'
  83.     State = cbChecked
  84.     TabOrder = 1
  85.     OnClick = CheckBox1Click
  86.   end
  87.   object Button1: TButton
  88.     Left = 78
  89.     Top = 176
  90.     Width = 55
  91.     Height = 20
  92.     Caption = '&OK'
  93.     TabOrder = 2
  94.     OnClick = Button1Click
  95.   end
  96.   object CheckBox2: TCheckBox
  97.     Left = 19
  98.     Top = 96
  99.     Width = 38
  100.     Height = 17
  101.     Caption = 'A&VI'
  102.     TabOrder = 3
  103.     OnClick = CheckBox2Click
  104.   end
  105.   object CheckBox3: TCheckBox
  106.     Left = 19
  107.     Top = 120
  108.     Width = 38
  109.     Height = 17
  110.     Caption = '&MID'
  111.     TabOrder = 4
  112.     OnClick = CheckBox3Click
  113.   end
  114.   object CheckBox4: TCheckBox
  115.     Left = 19
  116.     Top = 144
  117.     Width = 46
  118.     Height = 17
  119.     Caption = '&WAV'
  120.     TabOrder = 5
  121.     OnClick = CheckBox4Click
  122.   end
  123.   object CheckBox5: TCheckBox
  124.     Left = 19
  125.     Top = 72
  126.     Width = 105
  127.     Height = 17
  128.     Caption = '&NO files selected'
  129.     TabOrder = 6
  130.     OnClick = CheckBox5Click
  131.   end
  132.   object Button2: TButton
  133.     Left = 8
  134.     Top = 176
  135.     Width = 55
  136.     Height = 20
  137.     Cancel = True
  138.     Caption = 'Cancel'
  139.     TabOrder = 0
  140.     OnClick = Button2Click
  141.   end
  142. end
  143.